GtkAppChooserWidget: wrap the label, use a standard icon
authorSebastien Bacher <seb128@ubuntu.com>
Wed, 2 Dec 2015 12:46:24 +0000 (13:46 +0100)
committerSebastien Bacher <seb128@ubuntu.com>
Thu, 3 Dec 2015 11:45:56 +0000 (12:45 +0100)
Let the label wrap if needed, that's required in some locales, use an
icon which is available in the theme

https://bugzilla.gnome.org/show_bug.cgi?id=758908

gtk/ui/gtkappchooserwidget.ui

index 015bdd6bfd1daab50f17a8c539e0dfee66a6eb7c..e290c021c30d0cfde4340147cb9584617aa69006 100644 (file)
             <child>
               <object class="GtkImage">
                 <property name="visible">1</property>
-                <property name="icon-name">gnome-software-symbolic</property>
+                <property name="icon-name">application-x-executable-symbolic</property>
                 <property name="pixel-size">48</property>
                 <property name="margin">12</property>
                 <style>
                 <property name="label" translatable="yes">No applications found.</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
+                <property name="wrap">1</property>
                 <attributes>
                   <attribute name="scale" value="1.2"/>
                 </attributes>